projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27e679
)
(make-local-hook): Docstring fix.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Nov 2000 21:35:38 +0000
(21:35 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Nov 2000 21:35:38 +0000
(21:35 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index ca75c9f97a38d9ce197633d4eeb237a65cbc3d04..1c494d763eba8f2d9f23409e9518d3134032b9c0 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-672,6
+672,9
@@
Please convert your programs to use the variable `baud-rate' directly."
"Make the hook HOOK local to the current buffer.
The return value is HOOK.
+You never need to call this function now that `add-hook' does it for you
+if its LOCAL argument is non-nil.
+
When a hook is local, its local and global values
work in concert: running the hook actually runs all the hook
functions listed in *either* the local value *or* the global value